How to add "WSQ image library" to your Android Studio project.

Step #1.

Put the file "WSQlib.java" into the directory
"app/src/main/java/com/cognaxon"


Step #2.

Add the following line at the beginning of your java program code:
import com.cognaxon.WSQlib;


Step #3.

Copy the contents of directory "jniLibs" (full path is "/app/src/main/jniLibs/")
into your project's directory 
"/app/src/main/"


Step #4.

Create new instance of "WSQ image library":
WSQlib WSQlibrary;


Step #5.

Call and use "WSQ image library" functions in your Java program code using "WSQlib" as shown in sample project.


JNI function prototypes are listed in the file
"WSQlib.java"
